Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused lifetimes to address clippy lint. #27

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Conversation

emmiegit
Copy link
Member

Follow-up from #26, some new clippy lints have appeared since the last PR. This PR resolves them so we get a clean build again.

@emmiegit emmiegit requested a review from Zokhoi December 15, 2024 09:42
@emmiegit emmiegit self-assigned this Dec 15, 2024
@emmiegit emmiegit enabled auto-merge December 15, 2024 09:45
Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.53%. Comparing base (b68e000) to head (d2bbeff).
Report is 62 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   76.83%   75.53%   -1.31%     
==========================================
  Files         210      213       +3     
  Lines        5561     5501      -60     
==========================================
- Hits         4273     4155     -118     
- Misses       1288     1346      +58     
Flag Coverage Δ
ftml 75.53% <ø> (-1.31%) ⬇️
Files with missing lines Coverage Δ
src/data/backlinks.rs 100.00% <ø> (ø)
src/parsing/parser_wrap.rs 100.00% <ø> (ø)
src/parsing/result.rs 72.97% <ø> (ø)
src/parsing/token/mod.rs 86.51% <ø> (-0.15%) ⬇️
src/render/html/builder.rs 92.15% <ø> (-0.99%) ⬇️
src/render/html/context.rs 86.50% <ø> (ø)
src/render/text/context.rs 19.48% <ø> (ø)
src/tree/attribute/mod.rs 74.35% <ø> (ø)
src/tree/code.rs 0.00% <ø> (ø)

... and 95 files with indirect coverage changes

@emmiegit emmiegit merged commit f7572bb into main Dec 15, 2024
7 of 8 checks passed
@emmiegit emmiegit deleted the clippy-lint branch December 15, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants